C1.Web.Api.Configuration Namespace / Manager<T> Class / Get Method
The item key.

In This Topic
Get Method (Manager<T>)
In This Topic
Gets the instance which is mapped to the specified key.
Syntax
'Declaration
 
Public Function Get( _
   ByVal key As String _
) As T
 

Parameters

key
The item key.

Return Value

The item.
See Also